runtime.mcache.nextFree (method)

3 uses

	runtime (current package)
		malloc.go#L919: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, shouldhelpgc bool) {
		malloc.go#L1091: 				v, span, shouldhelpgc = c.nextFree(tinySpanClass)
		malloc.go#L1116: 				v, span, shouldhelpgc = c.nextFree(spc)